Uses of Class
observations.DomainObject

Packages that use DomainObject
observations The observations package represents the domain layer.  
 

Uses of DomainObject in observations
 

Subclasses of DomainObject in observations
 class Measurement
          Measurement Represents something like 'bloodpressure 120 mm/Hg'.
 class NullPhenomenon
          NullPhenomenon Special phenomenon without a name.
 class Observation
          Observation Represents something like '10.10.04 bloodpressure high'.
 class Patient
          Patient Represents a patient with all associated data and grants retrieval of phenomena, measurements and observations.
 class Phenomenon
          Phenomenon Is a particular phenomenon like 'high' or 'obese'.
 class PhenomenonType
          PhenomenonType Is a particular type of phenomenon, e.g.
 class Unit
          Unit Simple unit like 'Euros' or 'Dollars'.
 

Methods in observations that return DomainObject
static DomainObject Registrar.get(java.lang.String entryPointName, java.lang.String objectName)
          Retrieves objects from the registry.
 

Methods in observations with parameters of type DomainObject
static void Registrar.add(java.lang.String entryPoint, DomainObject newObject)
          Adds an object to the registry (saves it).